home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Shareware Plus / Developers / DLOGManager 1.02 / Source Code / FirstWConst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-14  |  631 b   |  38 lines  |  [TEXT/KAHL]

  1. /*****
  2.  *    FirstWConst.h
  3.  *
  4.  *    Costanti comuni
  5.  *
  6.  ****/
  7. #include <Dialogs.h>
  8. #include <Events.h>
  9. #define newVersion
  10. /*****    Define valori            *****/
  11. #ifdef newVersion
  12. #define FirstDLOG     30134
  13. #else
  14. #define FirstDLOG     30132
  15. #endif
  16.  
  17. #define kCampi        3
  18.  
  19. enum {                // gli item del dialog FirstDLOG
  20.     w1tokenItem = 4,
  21.     w1ricerca,
  22.     w1nuovo,
  23.     w1inListaNomi = 8,
  24.     w1secondtokenItem = 13,
  25. #ifndef newVersion
  26.     w1inScrollBar = w1inListaNomi + kCampi,
  27.     w1inTitolo,
  28.     w1tipoPopUpItem = 16
  29. #else
  30.     w1tipoPopUpItem = 10
  31. #endif
  32. };
  33.  
  34. /*****    Variabili esterne        *****/
  35. extern DescrFilm    DescrProgramma;
  36. extern DialogPtr    FirstWnd;
  37. extern Boolean        NuovoRecord;
  38.